Skip to content

removing unnecessary functionality #2099

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 7, 2016
Merged

Conversation

Plamen5kov
Copy link
Contributor

@Plamen5kov Plamen5kov commented Oct 6, 2016

  • lib/services/android-project-service.ts: unnecessary functionality deleting AndroidManifest.xml
  • lib/services/platform-service.ts: unnecessary functionality checking for tns_modules in app/ directory.

ping: @hshristov, @tzraikov @PanayotCankov, @hdeshev

Edit: Expecting failing obsolete tests

@rosen-vladimirov
Copy link
Contributor

What about removing ensureConfigurationFileInAppResources - this method was created only to add AndroidManifest.xml (Info.plist) in app/App_Resources/<platform>/ dir. However this was possible in versions like 1.3, 1.5, 1.6... Maybe we should remove these methods as well

@Plamen5kov
Copy link
Contributor Author

Thank you, I'll check that out too.

enureConfigurationFileInAppResources functionality is obsolite from 1.7, what it did was make sure we have a configuration file AndroidManifest.xml or Info.plist in the app/App_Resources/(Android/iOS)/ folders respectively. We also carried a configuration file inside the CLI installation folder which also need to be deleted"
@Plamen5kov Plamen5kov merged commit e0738f9 into master Oct 7, 2016
@Plamen5kov Plamen5kov deleted the plamen5kov/cli_refactor branch October 25, 2016 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants